From: Kenichi Handa Date: Thu, 27 Aug 2009 11:13:33 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~10862 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=b3506b6b12ca46640fc53fcc4aa95e70dbefa118;p=emacs.git *** empty log message *** --- diff --git a/src/ChangeLog b/src/ChangeLog index e1d12841418..1ff0e2dcdbe 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,9 @@ 2009-08-27 Kenichi Handa + * process.c (send_process): Use encode_coding_object instead of + encode_coding_string to perform eol-conversion even if the string + is unibyte. + * coding.c (encode_coding_utf_16): Fix checking of a Unicode character.